CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Huffman coding file

搜索资源列表

  1. HuffmanCode

    0下载:
  2. 赫夫曼编码,能够将任意的字符通过赫夫曼编码转换为相应的01序列,并能够读取01序列将其译码成所需的字符文件。-Huffman coding, any character can be converted by means of Huffman coding sequence corresponding to 01 and 01 can read the sequence desired to be decoded into characters in the file.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1681
    • 提供者:Jerry
  1. Huffman_code

    1下载:
  2. 自己写的一个基于哈夫曼编码的文件压缩程序,能将文本文件进行压缩处理-To write a Huffman coding based file compression program, can be compressed text files
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:14041
    • 提供者:刘三根
  1. windowshuffman

    0下载:
  2. 哈弗曼编码 加窗口实现 对特定文件压缩效果更好 -Huffman coding plus window to achieve better results for a specific file compression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-24
    • 文件大小:287840
    • 提供者:yanfei
  1. Huffman256

    0下载:
  2. 【实现功能】 (1)对256色BMP图像进行Huffman编码以达到压缩图像目的(编码文件保存为*_Huffman.bhd / *_Huffman.bpt) (2)对编码后的文件解码,恢复为256色BMP图像(解码文件保存为*_Decode.bmp)-[Function] to achieve (1) 256 color BMP images Huffman coding to achieve the purpose of the compressed image (save encod
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-20
    • 文件大小:5769208
    • 提供者:wangqiang
  1. huffmancode

    0下载:
  2. 哈夫曼编码是一种常用的数据压缩技术,对数据文件进行哈夫曼编码可大大缩短文件的传输长度,提高信道利用率及传输效率。要求采用哈夫曼编码原理,统计文本文件中字符出现的词频,以词频作为权值,对文件进行哈夫曼编码以达到压缩文件的目的,再用哈夫曼编码进行译码解压缩。 统计待压缩的文本文件中各字符的词频,以词频为权值建立哈夫曼树,并将该哈夫曼树保存到文件中。 -Huffman coding is a commonly used data compression technology, Huffman
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1749
    • 提供者:PDH
  1. compressTools

    0下载:
  2. Huffman编码基本算法 实现对文件的压缩解压 C语言-Huffman coding compression decompression file
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-24
    • 文件大小:216601
    • 提供者:lifeng
  1. HuffmanTree

    0下载:
  2. 霍夫曼编码是一种编码方式,是一种用于无损数据压缩的熵编码(权编码)算法。用变长编码表对源符号(如文件中的一个字母)进行编码,其中变长编码表是通过一种评估来源符号出现机率的方法得到的,出现机率高的字母使用较短的编码,反之出现机率低的则使用较长的编码,这便使编码之后的字符串的平均长度、期望值降低,从而达到无损压缩数据的目的。-Huffman coding is a coding is a lossless data compression entropy coding (right coding)
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1371
    • 提供者:lly
  1. buildHuffmanTree

    0下载:
  2. 霍夫曼编码是一种编码方式,是一种用于无损数据压缩的熵编码(权编码)算法。用变长编码表对源符号(如文件中的一个字母)进行编码,其中变长编码表是通过一种评估来源符号出现机率的方法得到的,出现机率高的字母使用较短的编码,反之出现机率低的则使用较长的编码,这便使编码之后的字符串的平均长度、期望值降低,从而达到无损压缩数据的目的。-Huffman coding is a coding is a lossless data compression entropy coding (right coding)
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-11
    • 文件大小:1381
    • 提供者:lly
  1. hfm

    0下载:
  2. 提供了一种基于哈弗曼编码的文件压缩算法,可以对.TXT、.DOC、.JPF等文件进行压缩-Huffman coding provides a file-based compression algorithm can .TXT, .DOC, .JPF and other file compression
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1853
    • 提供者:李连生
  1. Haffman

    0下载:
  2. 利用哈夫曼编码技术进行文件的压缩与解压缩-Compression and decompression file using Huffman coding technology
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1972945
    • 提供者:李迪
  1. Huffman-Tree

    0下载:
  2. 使用三叉链表实现的哈夫曼树,统计inputfile1.txt中各字符的出现频率,并据此构造Huffman树,编制Huffman 码;根据已经得到的编码,对01形式的编码段进行译码。 具体的要求: 1.将给定字符文件编码,生成编码,输出每个字符出现的次数和编码; 2.将给定编码文件译码,生成字符,输出编码及其对应字符。 -Emergence of the frequency of each character in the trigeminal lists using the Hu
  3. 所属分类:Console

    • 发布日期:2017-05-12
    • 文件大小:2870008
    • 提供者:yyy
  1. huftree

    0下载:
  2. 哈夫曼树 可以编码译码 显示树形结构 基本信息都由文件存储-Huffman coding and decoding can be displayed by a tree structure file storage basic information
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:893672
    • 提供者:周茉
  1. HuffmanCode

    0下载:
  2. 使用散列和哈弗曼编码完成任意文本数据文件的加密和压缩,压缩率在50 以上-Huffman coding is completed using a hashing and encryption and compression of any text data file compression rate of 50 or more
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:47317
    • 提供者:贾锋
  1. hw3_E24016629

    0下载:
  2. 霍夫曼編碼(Huffman Coding)是一種編碼方式,是一種用於無損數據壓縮的熵編碼(權編碼)算法。 在計算機數據處理中,霍夫曼編碼使用變長編碼表對源符號(如文件中的一個字母)進行編碼,其中變長編碼表是通過一種評估來源符號出現機率的方法得到的,出現機率高的字母使用較短的編碼,反之出現機率低的則使用較長的編碼,這便使編碼之後的字符串的平均長度、期望值降低,從而達到無損壓縮數據的目的。-Huffman coding (Huffman Coding) is an encoding, data co
  3. 所属分类:Algorithm

    • 发布日期:2017-04-30
    • 文件大小:441643
    • 提供者:陳冠丞
  1. Huffman_code

    0下载:
  2. 利用哈夫曼编码对任意文件进行压缩和对被压缩的文件解压。-Huffman coding any file compression and decompression of compressed files.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:3444
    • 提供者:方欣
  1. hafuman

    0下载:
  2. 哈夫曼树编码译吗程序,可读取文件进行编码,也可读取文件进行译码 并且打印出来-Huffman coding and decoding programs, can read the files are encoded, decodes the file can be read and printed out
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:3936
    • 提供者:sjl
  1. Project-2_HuffmanEncode

    0下载:
  2. 哈夫曼编码 (1) 建立Huffman Tree,也就是建立codebook,找到所有ascii对应的codeword表示方法。 (2) Huffman Encode,将DaVinciCode.txt 整个文本进行编码,储存成一个压缩档,并且使用bitstream来存入。 程序执行方法 : encoder.exe DavinciCode.txt codebook compressed_file-Huffman coding (1) the establishment of Hu
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-09
    • 文件大小:1581551
    • 提供者:wu chan mao
  1. Project-2_HuffmanDecode

    0下载:
  2. 哈夫曼解码 (3) Huffman Decode,将压缩档译码,还原DaVinciCode.txt (达文西密码) 整个文本。 程序执行方法 : decoder.exe codebook compressed_file de_DavinciCode.txt-Huffman decoding (3) Huffman Decode, decode the compressed file, reducing DaVinciCode.txt (Da Vinci Code) throughout
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-07
    • 文件大小:1222609
    • 提供者:wu chan mao
  1. JPEG_DECODE

    1下载:
  2. 本解码器类支持普通jpeg文件格式,这也是目前大多数jpeg文件所采用的格式,此格式主要特点是数据精度为8位,采用Huffman编码的普通DCT帧(不支持扩展串行和递进模式及数学编码)。本解码器类的 IDCT算法采用三种模式,分别是浮点解码、定点整数解码和定点整数MMX优化解码,您可根据具体情况选择。-The decoder class support common JPEG file format, which is currently the most JPEG files in the f
  3. 所属分类:Graph program

    • 发布日期:2017-05-04
    • 文件大小:208259
    • 提供者:hxzg
  1. DS_EX1

    0下载:
  2. 数据结构实验:设计一个基于哈夫曼树的数据压缩程序,根据给定的待压缩文件中字符出现的频率建立相应哈夫曼树,构造哈夫曼编码表,在此基础上可以对待压缩文件进行压缩(即编码),同时可以对压缩后的二进制编码文件进行解压(即译码)-Experimental data structure: a design based on Huffman data compression program, to establish the corresponding Huffman tree based on the fr
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:956
    • 提供者:peter
« 1 2 ... 5 6 7 8 9 1011 »
搜珍网 www.dssz.com